object KeyBlockInputForm: TKeyBlockInputForm Left = 373 Top = 110 HelpContext = 14220 BorderStyle = bsDialog Caption = 'Please Enter the Registration Key' ClientHeight = 169 ClientWidth = 609 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose OnCloseQuery = FormCloseQuery PixelsPerInch = 96 TextHeight = 13 object lKeyBlock: TLabel Left = 8 Top = 8 Width = 3 Height = 13 FocusControl = eKey end object eKey: TMemo Left = 8 Top = 24 Width = 593 Height = 97 Font.Charset = RUSSIAN_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Courier New' Font.Style = [] ParentFont = False TabOrder = 0 end object Button1: TButton Left = 328 Top = 136 Width = 81 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object bCancel: TButton Left = 424 Top = 136 Width = 81 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object bHelp: TButton Left = 520 Top = 136 Width = 81 Height = 25 Caption = 'Help' TabOrder = 3 OnClick = bHelpClick end end